home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / TRIPPLAN.DIR / Scripts_37.ls < prev    next >
Encoding:
Text File  |  1996-07-25  |  144 b   |  11 lines

  1. on enterFrame
  2.   setBar(32)
  3.   updateStage()
  4.   delay(30)
  5. end
  6.  
  7. on exitFrame
  8.   global theSoundPath
  9.   sound playFile 1, theSoundPath & "p18.wav"
  10. end
  11.